click here for Java Video Tutorial
Java Programming Learning - Basics of Language
Complete Java (OCA):
Oracle Certified Associate SE 8 Programmer 1 Course
is covered in the below mentioned Contents.
conditions and loops.
It also talks about the meaning and
precedence of Operators.
Chapter 3,
Core Java APIs, introduces you to arrays,
Arraylist, String, String-Builder,
and various date classes.
Chapter 4, Methods and Encapsulation,
explains how to write methods,
including access
modifiers.
It also shows how to call lambdas.
Chapter 5,
Class Design, adds interface and superclasses.
I also include casting and polymorphism.
Chapter 6,
Execeptions, shows the different types of exceptions
classes and how to use them.